home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
55375
/
55375.xpi
/
chrome
/
chromeFiles
/
content
/
btBoom_coolhandnuke.xul
next >
Wrap
Extensible Markup Language
|
2009-11-15
|
4KB
|
97 lines
<?xml version="1.0"?>
<?xml-stylesheet href="bindings/btfeedreader3.css" type="text/css"?>
<?xml-stylesheet href="bindings/btbutton.css" type="text/css"?>
<?xml-stylesheet href="bindings/btboombutton.css" type="text/css"?>
<?xml-stylesheet href="bindings/bttoolbarbutton.css" type="text/css"?>
<?xml-stylesheet href="bindings/btsearchbar3.css" type="text/css"?>
<!DOCTYPE overlay [
<!ENTITY % btClientDTD SYSTEM "../locale/btClient.dtd">
<!ENTITY % btBoomDTD SYSTEM "../locale/btBoom_coolhandnuke.dtd">
%btClientDTD;
%btBoomDTD;
]>
<overlay
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<script type="application/x-javascript;version=1.7">
(function (brandObject) {
try {
BrandThunder.initialize(brandObject);
} catch (ex) {}
function firstRun() {
if (document.getElementById("bt-&btBoom;-feedreader")) {
document.getElementById("bt-&btBoom;-feedreader").startFeedRotation();
}
window.removeEventListener("load", firstRun, false);
}
window.addEventListener("load", firstRun, false);
})(BrandThunder.clients.&btClient;);
</script>
<toolbox id="navigator-toolbox" bttoolbar="true">
<!-- Toolbar ID must be unique to this toolbar -->
<toolbar id="bt-&btBoom;-toolbar"
insertafter="nav-bar"
bt-toolbarname="&toolbar.label;"
class="bt_toolbar chromeclass-toolbar"
context="toolbar-context-menu"
hidden="false"
btClientShortName="&btBoom;"
persist="hidden">
<!-- Customize buttons here -->
<btboombutton id="bt-&btBoom;-boombutton"
brand="&btClient;"
image="&btBoom;.png"
btBoomBundle="btBoomBundle_&btBoom;"/>
<btsearchbar3 brand="&btClient;"
id="bt-&btBoom;-searchbar"/>
<bttoolbarbutton id="bt-&btBoom;-button-1"
brand="&btClient;"
btBoomBundle="btBoomBundle_&btBoom;"
class="bt-default"/>
<bttoolbarbutton id="bt-&btBoom;-button-2"
brand="&btClient;"
btBoomBundle="btBoomBundle_&btBoom;"
class="bt-default"
type="menu"/>
<bttoolbarbutton id="bt-&btBoom;-button-3"
brand="&btClient;"
btBoomBundle="btBoomBundle_&btBoom;"
class="bt-default"/>
<bttoolbarbutton id="bt-&btBoom;-button-4"
brand="&btClient;"
btBoomBundle="btBoomBundle_&btBoom;"
class="bt-default"
type="menu"/>
<toolbarspring/>
<btfeedreader3 id="bt-&btBoom;-feedreader"
numitems="10"
brand="&btClient;" flex="1">
<btfeed src="http://www.google.com/reader/public/atom/user/17868530068811566155/state/com.google/alerts/2263499639721735728" title="News"/>
<btfeed src="http://www.coolhandnuke.com/jobboard/rss.aspx" title="Jobs"/>
<btfeed src="http://www.coolhandnuke.com/RSS.aspx?moduleid=450" title="Blog"/>
</btfeedreader3>
<btbutton brand="&btClient;"
btBoomBundle="btBoomBundle_&btBoom;"
btClientBundle="btClientBundle_&btClient;"/>
</toolbar>
</toolbox>
<menupopup id="viewSidebarMenu">
<menuitem id="bt-&btBoom;-sidebar-menu" label="&sidebar.label;" observes="bt-&btBoom;-sidebar"/>
</menupopup>
<broadcasterset id="mainBroadcasterSet">
<broadcaster id="bt-&btBoom;-sidebar"
autoCheck="false"
type="checkbox"
group="sidebar"
sidebarurl="chrome://&btClient;boom/content/btSidebar.xul"
sidebartitle="&sidebar.label;"
brand="&btClient;"
btBoomBundle="btBoomBundle_&btBoom;"
oncommand="toggleSidebar('bt-&btBoom;-sidebar');if (!event.target.hasAttribute('checked')) document.getElementById('main-window').removeAttribute('btSidebar');"/>
</broadcasterset>
<stringbundleset id="stringbundleset">
<stringbundle id="btBoomBundle_&btBoom;"
src="chrome://&btClient;boom/locale/btBoom_&btBoom;.properties"/>
</stringbundleset>
</overlay>